If there's only one argument in a ctor, mark it explicit to make it less
authorRobert Lipe <robertlipe@gpsbabel.org>
Mon, 3 Dec 2018 04:39:59 +0000 (22:39 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Mon, 3 Dec 2018 04:39:59 +0000 (22:39 -0600)
easy to fall into implicit conversions.

.idea/encodings.xml [new file with mode: 0644]

diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644 (file)
index 0000000..15a15b2
--- /dev/null
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Encoding" addBOMForNewFiles="with NO BOM" />
+</project>
\ No newline at end of file